'Declaration Public Shared Function Create( _ ByVal action As NotifyCollectionChangedAction, _ ByVal newStartingIndex As Integer, _ ByVal newItems As IList, _ ByVal oldStartingIndex As Integer, _ ByVal oldItems As IList _ ) As NotifyCollectionChangedEventArgs(Of T)
public static NotifyCollectionChangedEventArgs<T> Create( NotifyCollectionChangedAction action, int newStartingIndex, IList newItems, int oldStartingIndex, IList oldItems )
Parameters
- action
- The action.
- newStartingIndex
- New starting index.
- newItems
- The new items.
- oldStartingIndex
- Old starting index.
- oldItems
- The old items.